home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Canadian Geographic Explorer
/
Canadian Geographic Explorer.iso
/
pc
/
eo.dxr
/
00006.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1996-10-03
|
188 b
|
12 lines
global gGizmo
on mouseDown
set thisTool to showGizmoTool(gGizmo)
if thisTool = 0 then
setLeftPanelBtn(gGizmo, 2, 0)
returnMenu()
else
toolActions(thisTool)
end if
end